No Entity structure for one Connect

GregJF
edited July 2012 in Root
Hi folks
I have created two VS Projects/solutions and in each I created a EF4 model to the same database.
I connect to each of them via LinqPad.
Both show the names of the entities, both work!

But one does not shoe the entities members or naviagtion , There is just no +button to expand

what would cause this?

Regards

GregJF

image

Comments

  • I was trying got post the image of this but I don't know how the image optin is suppose to work
  • So has anybody got a clue about my original post, please?
  • I can't say what would cause this without seeing your model. Are you able to isolate what's different about the model that doesn't display members correctly?

    Are they both DbContext-based?
  • Joe
    Sorry about not getting back to your comment earlier.
    My model is ObjectContext based. I use STEs.
    It also has customised properties and the .net classes have been extended with non-defualt constructors and other properties.

    Is that enough hints. I cannot see how to post a file to this site.

    regards

    GregJF

  • Nutshell with properties are showing but my connection does not

    regards

    GregJF